html,body, ul, li, p, input {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei";
}
body {
    font-size: 14px;
    color: #3a3a3a;
    font-family: "微软雅黑","Microsoft YaHei";
}
*{
	box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:hover{
	cursor: pointer;
}
img {
    border: none;
}
a, span, i, label {
    display: inline-block;
}
input{
    outline: none;
}
input[type="button"] {
    cursor: pointer;
    outline: none;
}
input[disabled] {
    cursor: not-allowed !important;
}
.clear{
	clear: both;
}
.clear-fix:after {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.ove {
    overflow: hidden;
}
.dis-none{
	display: none;
}
.dis-inblock{
	display: inline-block;
}
/*
 * 12栅格
 */
.row {
    margin: 10px;
    /*overflow: hidden;*/
}

    .row::after {
        clear: both;
        overflow: hidden;
        content: '';
        display: block;
    }

    .row span {
        line-height: 28px;
    }

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-13, .col-14, .col-15 {
    float: left;
}

.col-15 {
    width: 60%;
}

.col-14 {
    width: 40%;
}


.col-13 {
    width: 48%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.6667%;
}

.col-10 {
    width: 83.3333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6667%;
}

.col-7 {
    width: 58.3333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6667%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.6667%;
}

.col-1 {
    width: 8.33333%;
}

.col-right {
    float: right !important;
}

.wid-25percent {
    width:25%;
}
